.fl {
    float: left;
}
.fr {
    float: right;
}
.shangrao .active {
    color: #f60;
}
.shangrao .wid1200{
	width: 1200px;
	margin: auto;
}
.shangrao .first_top{
    height: 40px;
    line-height: 40px;
}
.shangrao .first_top .item{
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
.shangrao .first_top .item img{
    vertical-align: sub;
    margin-right: 5px;
}
.shangrao .divider_line{
    display: inline-block;
    margin: 0 10px;
}
.shangrao .first_top .item:hover .showInfo{
    display: block;
    top: 40px;
    bottom: auto;
    z-index: 999;
}
.shangrao .first_top .loginList li{
    display: inline-block;
}
.shangrao .first_top .loginList li a:hover{
    color: #ff6600;
}
.shangrao .first_top .header-right > div {
    margin-left: 15px;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
}
.shangrao .first_top .location-icon{
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
}
.shangrao .first_top .location-icon i {
    position: absolute;
    top: 15px;
    left: 0px;
}
.shangrao .first_top .webNavLists,.first_top .helpCenterLists{
    bottom: auto!important;
    top: 40px;
}
.shangrao .first_top .first_top_left>div{
    float: left;  
    margin-right: 5px;
}
.shangrao .first_top .first_top_left .city{
    padding-left: 15px;
    background: url('/images/home/locationIcon1.png') no-repeat left center;
    color:#ff6600;
}
.shangrao .first_top .first_top_left .change_city{
    position: relative;
    cursor: pointer;
}
.shangrao .first_top .first_top_left .hot_city{
    display: none;
    position: absolute;
    left: -45px;
    top: 38px;
    width: 195px;
    padding: 8px 3px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.16);
    background: #fff;
    color:#333;
    z-index:11;
}
.shangrao .first_top .first_top_left .change_city:hover{
    color:#ff6600;
}
.shangrao .first_top .first_top_left .change_city:hover .hot_city{
    display: block;
}
.shangrao .first_top .first_top_left .change_city .hot_city .city_tips {
    padding-left: 8px;
    color: #999;
}
.shangrao .first_top .first_top_left .change_city .city_list .city_item {
    display: inline;
    margin: 0 5px;
}
.shangrao .first_top .first_top_left .change_city .city_list a.city_item:hover{
    color:#ff6600;
}
.shangrao .first_top .slogan{
    margin-left: 5px;
}
.shangrao .first_top .slogan img{
    margin-right: 5px;
	vertical-align: initial;
}




.shangrao .header {
    position: relative;
    z-index: 2;
    color: #666;
}
.shangrao .shortcut {
    height: 40px;
    line-height: 40px;
}
.shangrao .container {
    width: 1200px;
    margin: 0 auto;
}
.shangrao .shortcut .shortcut_left {
    float: left;
}
.shangrao .shortcut .shortcut_left li {
    float: left;
    text-align: center;
    padding: 0 7px;
    cursor: pointer;
}
.shangrao .shortcut .shortcut_left li .city {
    color: #f60;
}
.shangrao .shortcut .shortcut_left li img {
    vertical-align: initial;
    margin-right: 5px;
}
.shangrao .shortcut .shortcut_left li .change_city {
    position: relative;
    display: inline-block;
    margin-left: 2px;
}
.shangrao .shortcut .shortcut_left li .change_city .hot_city {
    display: none;
    position: absolute;
    left: -45px;
    top: 38px;
    width: 195px;
    padding: 8px 3px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    background: #fff;
}
.shangrao .shortcut .shortcut_left li .change_city .hot_city .city_tips {
    padding-left: 8px;
    color: #999;
}
.shangrao .shortcut .shortcut_left li .change_city .hot_city .city_list {
    color: #333;
}
.shangrao .shortcut .shortcut_left li .change_city .hot_city .city_list .city_item {
    display: inline;
    margin: 0 5px;
}









.shangrao .head_wrap {
    position: relative;
    z-index: 9;
    background: #fff;
}
.shangrao .head_wrap .head {
    width: 1200px;
    height: 94px;
    margin: 0 auto;
}
.shangrao .head_wrap .head .head_logo {
    line-height: 90px;
    margin-right: 35px;
}
.shangrao .head_wrap .head .head_logo img {
    /*width: 152px;*/
    height: 40px;
}
.shangrao .head_wrap .head .head_nav {
    padding: 20px 0px;
}
.shangrao .head_wrap .head .head_nav li {
    float: left;
    padding: 0 5px;
    margin: 0 5px;
    line-height: 50px;
    border-bottom: 3px solid #fff;
    text-align: center;
}
.shangrao .head_wrap .head .head_nav li a {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #333;
}
.shangrao .head .head_nav li a:hover {
    color: #f60;
}
.shangrao .head_wrap .head .head_nav li a:hover:after {
    width: 100%;
    color: #f60;
}
.shangrao .head_wrap .head .head_nav li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 3px;
    background-color: #f60;
    background-image: -webkit-gradient(linear, left top, right top, from(#f60), to(#ffa944));
    background-image: linear-gradient(to right, #f60, #ffa944);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.shangrao .head_wrap .head .head_nav .active a {
    color: #f60;
}
.shangrao .head_wrap .head .head_nav .active a:after {
    width: 100%;
    color: #f60;
}
.shangrao .head .search_wrap{
    position: relative;
    width: 200px;
    height: 37px;
    margin: 25px 15px 0 0;
}
.shangrao .head .search_wrap #keyword{
    width: 200px;
    height: 37px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    border-radius: 18px;
    padding: 0 35px 0 78px;
}
.shangrao .head .search_wrap #keyword::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px;
    color: #999;
}
.shangrao .head .search_wrap #keyword:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #999;
}
.shangrao .head .search_wrap #keyword::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #999;
}
.shangrao .head .search_wrap #keyword:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px;
    color: #999;
}
.shangrao .head .searchChoose_box{
    position: absolute;
    top: 5px;
    left: 0;
    width: 75px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.shangrao .head .searchChoose_box .searchChoosePlace{
    position: relative;
    display: block;
    cursor: pointer;
    height: 26px;
}
.shangrao .head .searchChoose_box .searchChoosePlace::before{
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 6px solid #888;
    border-left: 6px solid transparent;
    border-right: 0px solid transparent;
}
.shangrao .head .searchChoose{
    width: 77px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    height: auto;
    display: none;
    border-top-left-radius: 20px;
}
.shangrao .head .searchChoose li{
    font-size: 14px;
    display: block;
    line-height: 36px;
    cursor: pointer;
}
.shangrao .head .searchChoose li:hover{
    text-decoration: underline;
    color: #ff6600;
}
.shangrao .head .search_btn{
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
}
.shangrao .head .head_publish {
    margin-top: 26px;
}
.shangrao .head .head_publish a {
    width: 95px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background-color: #ff6a00;
    color: #fff;
    margin-left: 7px;
}
.shangrao .head .head_publish a:nth-child(2) {
    background-color: #f3ad05;
}
